Identifiers denote constants, types, variables, procedures and functions, units, and programs. All names of things that you define are identifiers.
An identifier consists of 255 significant characters (letters, digits and the underscore character), from which the first must be an alphanumeric character, or an underscore (_)
The following diagram gives the basic syntax for identifiers.
Identifiers